github.com/aws/smithy-go/auth/bearer.TokenCache.getCachedToken (method)

2 uses

	github.com/aws/smithy-go/auth/bearer (current package)
		token_cache.go#L113: 	cachedToken, ok := p.getCachedToken()
		token_cache.go#L196: func (p *TokenCache) getCachedToken() (Token, bool) {